home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / dialogs / dlg_edituser.dlg < prev    next >
Extensible Markup Language  |  2014-12-19  |  2KB  |  58 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. /***************************************************************************
  5.  copyright   : (C) 2010 by Martin Preuss
  6.  email       : martin@aqbanking.de
  7.  
  8.  ***************************************************************************
  9.  * This file is part of the project "AqBanking".                           *
  10.  * Please see toplevel file COPYING of that project for license details.   *
  11.  ***************************************************************************/
  12. -->
  13.  
  14. <dialog type="dialog" name="ab_edit_user" i18n="aqbanking"
  15.         flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  16.   <widget type="vlayout" flags="fillX fillY" >
  17.  
  18.     <widget type="hlayout" flags="fillX" >
  19.  
  20.       <widget type="gridLayout" columns="2" flags="fillX" >
  21.  
  22.         <widget type="label" text="Country" />
  23.         <widget type="comboBox" name="countryCombo"  columns="20" flags="fillX readOnly" />
  24.  
  25.         <widget type="label" text="User Name" />
  26.         <widget type="lineEdit" name="userNameEdit" columns="20" flags="fillX" />
  27.  
  28.         <widget type="label" text="Bank Code" />
  29.         <widget type="hlayout" flags="fillX" >
  30.           <widget type="lineEdit" name="bankCodeEdit" flags="fillX" />
  31.           <widget type="pushButton" name="bankCodeButton" text="Select" />
  32.         </widget>
  33.  
  34.         <widget type="label" text="User Id" />
  35.         <widget type="lineEdit" name="userIdEdit" columns="20" flags="fillX" />
  36.   
  37.         <widget type="label" text="Customer Id" />
  38.         <widget type="lineEdit" name="customerIdEdit" columns="20" flags="fillX" />
  39.  
  40.       </widget>
  41.  
  42.     </widget>
  43.  
  44.  
  45.     <!-- wizard controls -->
  46.     <widget type="vspacer" flags="fillY" />
  47.     <widget type="hLine" flags="fillX" />
  48.     <widget type="hlayout" flags="fillX equalWidth" >
  49.       <widget type="pushButton" text="Help"     name="helpButton" />
  50.       <widget type="hspacer" flags="fillX" />
  51.       <widget type="pushButton" text="Ok"     name="okButton" flags="default" />
  52.       <widget type="pushButton" text="Abort"  name="abortButton" />
  53.     </widget>
  54.  
  55.   </widget>
  56.  
  57. </dialog>
  58.